home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Prog / D-G / DialScript1.7.cpt / DialScript / Examples / Wrong.ds < prev   
Encoding:
Text File  |  1991-11-02  |  154 b   |  8 lines  |  [TEXT/dIsR]

  1. script Wrong
  2.  
  3.    state next           -- next is a reserved word
  4.      display "hello\r";
  5.    end;
  6.        -- and a missing semicolon after the last end
  7. end
  8.